refactor(plugin): rename install to toolkit@stijnvanhulle - #160
Merged
Conversation
Rename the plugin from 'template' to 'toolkit' so the install reads 'toolkit@stijnvanhulle'. Update the marketplace entry, plugin manifest, and the install string in README.md, AGENTS.md, and tools/claude/README.md.
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Contributor
|
Size Change: 0 B Total Size: 273 B ℹ️ View Unchanged
|
commit: |
4 tasks
stijnvanhulle
added a commit
that referenced
this pull request
Jul 16, 2026
…olkit (#175) PR #160 renamed the marketplace plugin from `template` to `toolkit` without a `renames` entry. Per the Claude Code marketplace spec, renaming a plugin's `name` (or removing it from `plugins`) without a top-level `renames` map strands existing users: their `enabledPlugins` still reference the old `template@stijnvanhulle` key, which no longer resolves, and a fresh `/plugin install toolkit@stijnvanhulle` against a pre-rename cache reports `Plugin "toolkit" not found in marketplace "stijnvanhulle"`. Map `template` -> `toolkit` so Claude Code (v2.1.193+) auto-migrates the old key on load instead of erroring. Claude-Session: https://claude.ai/code/session_01JWMyC4GKPUPo2rCYvDQWGZ Co-authored-by: Stijn Van Hulle <stijn.vanhulle@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Rename the plugin from
templatetotoolkitso the install readstoolkit@stijnvanhulle. The marketplace name (stijnvanhulle) is unchanged; only the plugin identifier (the part before@) changes.Changes
tools/claude/.claude-plugin/plugin.json:nametemplate→toolkit.claude-plugin/marketplace.json: plugin entrynametemplate→toolkitREADME.md,AGENTS.md(coversCLAUDE.md/GEMINI.md/copilot via symlink), andtools/claude/README.mdNote
Plugin skills are namespaced by the plugin name, so the slash commands become
/toolkit:spec,/toolkit:plan, etc. for installed-plugin users. The workspace symlinks are unaffected.Verify
Validated locally with the Claude CLI (v2.1.173):
After merge, the documented install works:
https://claude.ai/code/session_012NBotWfBeFQWNyELg6Fv6q
Generated by Claude Code